diff --git a/src/views/category/fieldManage/index.vue b/src/views/category/fieldManage/index.vue index ef5a922..34f22e0 100644 --- a/src/views/category/fieldManage/index.vue +++ b/src/views/category/fieldManage/index.vue @@ -20,38 +20,47 @@ - - - - + - + + + - + - + - + - - + + + + + @@ -173,6 +182,9 @@ export default { handleClose(done) { this.deleteData = {} done() + }, + digitFormatter(row, column, cellValue, index) { + return cellValue || '-' } } } diff --git a/src/views/category/fieldManage/module/form.vue b/src/views/category/fieldManage/module/form.vue index 89baf21..7d89d56 100644 --- a/src/views/category/fieldManage/module/form.vue +++ b/src/views/category/fieldManage/module/form.vue @@ -25,13 +25,13 @@ - + - - + + @@ -40,7 +40,7 @@ 显示一整行 - + 输入字段 @@ -60,9 +60,9 @@ 自动补零 - + - + @@ -193,10 +193,6 @@ export default { return false } }) - }, - resetForm(formName) { - // this.$refs[formName].resetFields() - // console.log(this.thisFields) } } }