[update] 修改bug80449
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -109,7 +109,7 @@ export default {
|
|||||||
methods: {
|
methods: {
|
||||||
// 拿到外面传进来的数据初始化,因为套了几层就不在外层初始化数据了
|
// 拿到外面传进来的数据初始化,因为套了几层就不在外层初始化数据了
|
||||||
initData (data) {
|
initData (data) {
|
||||||
// 给表格赋值,在线编辑不知道要怎么赋值?
|
// 给表格赋值
|
||||||
this.dataSource = data.otherDraftUserVOS
|
this.dataSource = data.otherDraftUserVOS
|
||||||
// 给表单赋值
|
// 给表单赋值
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@
|
|||||||
<div class="online-edit-wrapper">
|
<div class="online-edit-wrapper">
|
||||||
<!-- todo: 还不确定这里展示的是什么 -->
|
<!-- todo: 还不确定这里展示的是什么 -->
|
||||||
<p>企业标准</p>
|
<p>企业标准</p>
|
||||||
<a-button type="primary">{{ $t('workCenter.enStandardRevision.onLineEditing') }}</a-button>
|
<a-button type="primary">{{ $t('view') }}</a-button>
|
||||||
</div>
|
</div>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user