@@ -161,6 +161,14 @@
minWidth: 100
},
+ {
+ prop: 'remark',
+ label: '备注',
+ align: 'center',
+ showOverflowTooltip: true,
+ minWidth: 100
+ },
+
{
columnKey: 'action',
label: '操作',
@@ -188,8 +196,8 @@
openFileList(type) {
this.fileShow = true;
this.$nextTick(() => {
- this.$refs.doc_templateRef.query(type)
- })
+ this.$refs.doc_templateRef.query(type);
+ });
fileEditOpen() {
this.$refs.fileEditRef.open();