文档库-分阶段实施详情-实施类型(多选)

This commit is contained in:
刘彦泽
2023-02-24 15:30:39 +08:00
parent cccd85d6da
commit f71ae60908
@@ -285,7 +285,7 @@
<span>{{$t('Typeofimplementation')}}</span> <span>{{$t('Typeofimplementation')}}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<j-dict-select-tag class="box-input" v-model="tabledataGrad.implementationType" <j-multi-select-tag class="box-input" v-model="tabledataGrad.implementationType"
:placeholder="$t('PleaseSelect')+$t('Typeofimplementation')" :placeholder="$t('PleaseSelect')+$t('Typeofimplementation')"
:type="'select'" :type="'select'"
@changeQuery='implementationTypeChange' @changeQuery='implementationTypeChange'
@@ -358,7 +358,7 @@
<span>{{$t('Typeofimplementation')}}</span> <span>{{$t('Typeofimplementation')}}</span>
</div> </div>
<a-form-model-item class="itemModel"> <a-form-model-item class="itemModel">
<j-dict-select-tag class="box-input" v-model="tabledataGrad.implementationType" <j-multi-select-tag class="box-input" v-model="tabledataGrad.implementationType"
:placeholder="$t('PleaseSelect')+$t('Typeofimplementation')" :placeholder="$t('PleaseSelect')+$t('Typeofimplementation')"
:type="'select'" :type="'select'"
@changeQuery='implementationTypeChange' @changeQuery='implementationTypeChange'
@@ -488,7 +488,7 @@
dataIndex: 'implementationTypeText', dataIndex: 'implementationTypeText',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 100 width: 150
}, },
{ {
title: this.$t('ImplementationDate'), title: this.$t('ImplementationDate'),
@@ -502,7 +502,7 @@
dataIndex: 'remarks', dataIndex: 'remarks',
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
width: 254 width: 204
}, },
{ {
title: this.$t('operation'), title: this.$t('operation'),