[update] 修改bug80449

This commit is contained in:
lideqin
2024-01-08 18:04:56 +08:00
parent eafbe81049
commit 1070135cd0
9 changed files with 9 additions and 9 deletions
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>
@@ -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>