From c6ce3cbd3adffc741a9bb926dd556cd48c6e2c17 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期六, 04 十一月 2023 17:33:41 +0800 Subject: [PATCH] modified: src/api/basic/param.js new file: src/views/basic/param/index-bad.vue modified: src/views/basic/param/index.vue modified: src/views/common/ztt-table.vue --- src/views/basic/division/index.vue | 40 ++++++++++++++-------------------------- 1 files changed, 14 insertions(+), 26 deletions(-) diff --git a/src/views/basic/division/index.vue b/src/views/basic/division/index.vue index 5fe0c36..b390fe0 100644 --- a/src/views/basic/division/index.vue +++ b/src/views/basic/division/index.vue @@ -1,24 +1,12 @@ <template> <div class="mod-config"> <basic-container> - <ttable - :table="table" - @handleSelectionChange="handleSelectionChange" - :uploadInfo="uploadInfo" - :isShowHide="true" - :prelang="prelang" - :options="options" - :ajaxFun="ajaxFun" - ref="divisionTable" - > + <ttable :table="table" @handleSelectionChange="handleSelectionChange" :uploadInfo="uploadInfo" :isShowHide="true" + :prelang="prelang" :options="options" :ajaxFun="ajaxFun" ref="divisionTable"> <template #toolbar></template> </ttable> <!-- 寮圭獥, 鏂板 / 淇敼 --> - <table-form - v-if="addOrUpdateVisible" - ref="addOrUpdate" - @refreshDataList="getData" - ></table-form> + <table-form v-if="addOrUpdateVisible" ref="addOrUpdate" @refreshDataList="getData"></table-form> </basic-container> </div> </template> @@ -82,21 +70,21 @@ isSearch: true, searchInfoType: 'text' }, - // 绠$悊浜哄憳 - { - minWidth: '140', - prop: 'staffName', - label: '绠$悊浜哄憳', - sort: true, - isTrue: true, - isSearch: true, - searchInfoType: 'text' - }, // 鍏徃 { minWidth: '120', prop: 'companyName', label: '鍏徃', + sort: true, + isTrue: true, + isSearch: true, + searchInfoType: 'text' + }, + // 绠$悊浜哄憳 + { + minWidth: '140', + prop: 'factoryName', + label: '宸ュ巶', sort: true, isTrue: true, isSearch: true, @@ -204,7 +192,7 @@ closeOnClickModal: false, type: 'warning' }) - .then(function() { + .then(function () { return delObj(row.id) }) .then((data) => { -- Gitblit v1.9.3