修改禅道bug

This commit is contained in:
zyx.net
2022-08-08 15:39:45 +08:00
parent eeb77bbf09
commit cda720cf99
3 changed files with 3 additions and 3 deletions
@@ -184,7 +184,7 @@ export default {
ellipsis: true,
},
{
title: this.$t('updateTime'),
title: this.$t('updated'),
align: 'center',
width: 160,
ellipsis: true,
@@ -90,7 +90,7 @@
<a-button @click="handleSubmit" type="primary" :loading="confirmLoading">{{$t('submit')}}</a-button>
</div>
</a-drawer>
<uploadFileChange ref="uploadFile" :accept="'.doc,.doxc,.xls,.xlsx'" @uploadSuccess="uploadSuccess"></uploadFileChange>
<uploadFileChange ref="uploadFile" :accept="'.doc,.docx,.xls,.xlsx'" @uploadSuccess="uploadSuccess"></uploadFileChange>
</div>
</template>
@@ -184,7 +184,7 @@ export default {
ellipsis: true,
},
{
title: this.$t('createTime'),
title: this.$t('created'),
align: 'center',
dataIndex: 'createTime',
width: 180,