diff --git a/src/views/system/baseInfo/autograph/addDDialog.vue b/src/views/system/baseInfo/autograph/addDDialog.vue deleted file mode 100644 index 15b4035..0000000 --- a/src/views/system/baseInfo/autograph/addDDialog.vue +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - {{ item.name }} - {{ item.deptName }} - - - - - - - - - {{ ruleForm.minioFileName === '' ? '上传' : '更换图片' }} - - - - - - - - - - - - - diff --git a/src/views/system/baseInfo/autograph/addDDialog.vue b/src/views/system/baseInfo/autograph/addDDialog.vue deleted file mode 100644 index 15b4035..0000000 --- a/src/views/system/baseInfo/autograph/addDDialog.vue +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - {{ item.name }} - {{ item.deptName }} - - - - - - - - - {{ ruleForm.minioFileName === '' ? '上传' : '更换图片' }} - - - - - - - - - - - - - diff --git a/src/views/system/baseInfo/autograph/addDialog.vue b/src/views/system/baseInfo/autograph/addDialog.vue new file mode 100644 index 0000000..56a1a9d --- /dev/null +++ b/src/views/system/baseInfo/autograph/addDialog.vue @@ -0,0 +1,246 @@ + + + + + + + + + + + {{ item.name }} + {{ item.deptName }} + + + + + + + + + {{ ruleForm.minioFileName === '' ? '上传' : '更换图片' }} + + + + + + + + + + + + + diff --git a/src/views/system/baseInfo/autograph/addDDialog.vue b/src/views/system/baseInfo/autograph/addDDialog.vue deleted file mode 100644 index 15b4035..0000000 --- a/src/views/system/baseInfo/autograph/addDDialog.vue +++ /dev/null @@ -1,247 +0,0 @@ - - - - - - - - - - - {{ item.name }} - {{ item.deptName }} - - - - - - - - - {{ ruleForm.minioFileName === '' ? '上传' : '更换图片' }} - - - - - - - - - - - - - diff --git a/src/views/system/baseInfo/autograph/addDialog.vue b/src/views/system/baseInfo/autograph/addDialog.vue new file mode 100644 index 0000000..56a1a9d --- /dev/null +++ b/src/views/system/baseInfo/autograph/addDialog.vue @@ -0,0 +1,246 @@ + + + + + + + + + + + {{ item.name }} + {{ item.deptName }} + + + + + + + + + {{ ruleForm.minioFileName === '' ? '上传' : '更换图片' }} + + + + + + + + + + + + + diff --git a/src/views/system/baseInfo/autograph/autograph.vue b/src/views/system/baseInfo/autograph/autograph.vue index 62d3140..9c10536 100644 --- a/src/views/system/baseInfo/autograph/autograph.vue +++ b/src/views/system/baseInfo/autograph/autograph.vue @@ -4,7 +4,8 @@ import { ElLoading, ElMessage, ElMessageBox } from 'element-plus' // import tableHeader from '../../notice/tableHeader.vue' import type { queryType, signType, typeofSign } from '../../file/file-interface' -import addDDialog from './addDDialog.vue' +import addDialog from './addDialog.vue' +import type { TableColumn } from '@/components/NormalTable/table_interface' import { printJSON } from '@/utils/printUtils' import { deleteApi, exportApi, listPageApi } from '@/api/system/tool' import { getDictByCode } from '@/api/system/dict' @@ -42,7 +43,7 @@ // { text: '创建时间', value: 'createTime', align: 'center', width: '250' }, // { text: '描述', value: 'signDesc', align: 'center' }, // ]) -const columns = ref([ +const columns = ref([ { text: '签名编号', value: 'signNo', align: 'center', width: '180' }, { text: '签名人员', value: 'signName', align: 'center' }, { text: '所在组织机构', value: 'deptName', align: 'center' }, @@ -244,7 +245,7 @@ @@ -272,7 +273,7 @@ - +