[update] 修改bug87789
This commit is contained in:
+3
-2
@@ -116,8 +116,8 @@
|
||||
:placeholder="$t('pleaseSelect')+$t('applicableMarket')" />
|
||||
</a-form-model-item>
|
||||
</div>
|
||||
<!-- 是否与上一版相同 -->
|
||||
<div class="box-title-text form-flex-item">
|
||||
<!-- 是否与上一版相同,是添加标准的新增的数据并且分解单来源不是不带入时显示 -->
|
||||
<div v-if="standardDataSource[0] && standardDataSource[0].standardId && standardDataSource[0].splitFileSource !== DecompositionSource.NO_INPUT.value" class="box-title-text form-flex-item">
|
||||
<div class="title-text">
|
||||
<span class="required">*</span>
|
||||
<span class="title-text-text" :title="$t('workCenter.regulatoryComplianceCheckProcess.isAlike')">
|
||||
@@ -287,6 +287,7 @@ export default {
|
||||
data () {
|
||||
return {
|
||||
StandardSource,
|
||||
DecompositionSource,
|
||||
loading: false,
|
||||
formInline: {},
|
||||
splitFileSourceList: [], // 标准分解单下拉
|
||||
|
||||
Reference in New Issue
Block a user