From b491e0984d41068a169cd9656e86b674b2aa3ca9 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周五, 26 4月 2024 09:47:08 +0800 Subject: [PATCH] 1 --- iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/index.vue | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/index.vue b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/index.vue index c4b00fd..9017371 100644 --- a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/index.vue +++ b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/WmsWarehouse/index.vue @@ -85,13 +85,13 @@ </a-col> <a-col :md="8" :sm="24"> - <a-form-item label="鍒涘缓鑰呭悕绉�"> - <a-input v-model="queryParam.createdUserName" allow-clear placeholder="璇疯緭鍏ュ垱寤鸿�呭悕绉�"/> + <a-form-item label="鍒涘缓浜�"> + <a-input v-model="queryParam.createdUserName" allow-clear placeholder="璇疯緭鍏ュ垱寤轰汉"/> </a-form-item> </a-col> <a-col :md="8" :sm="24"> - <a-form-item label="淇敼鑰呭悕绉�"> - <a-input v-model="queryParam.updatedUserName" allow-clear placeholder="璇疯緭鍏ヤ慨鏀硅�呭悕绉�"/> + <a-form-item label="淇敼浜�"> + <a-input v-model="queryParam.updatedUserName" allow-clear placeholder="璇疯緭鍏ヤ慨鏀逛汉"/> </a-form-item> </a-col> </template> @@ -128,7 +128,7 @@ <a-button type="info" v-if="hasPerm('WmsWarehouse:exportExcel')" icon="download" @click="WmsWarehouseToExcel()"> 瀵煎嚭 </a-button> - <a-button type="primary" v-if="hasPerm('WmsWarehouse:add')" icon="plus" @click="$refs.addForm.add()">鏂板浠撳簱琛�</a-button> + <a-button type="primary" v-if="hasPerm('WmsWarehouse:add')" icon="plus" @click="$refs.addForm.add()">鏂板浠撳簱淇℃伅</a-button> </div> </template> <span slot="isDisabledscopedSlots" slot-scope="text"> @@ -451,7 +451,7 @@ dataIndex: 'updatedTime' }, { - title: '鍒涘缓鑰呭悕绉�', + title: '鍒涘缓浜�', align: 'center', customHeaderCell: () => { return { @@ -471,7 +471,7 @@ dataIndex: 'createdUserName' }, { - title: '淇敼鑰呭悕绉�', + title: '淇敼浜�', align: 'center', customHeaderCell: () => { return { -- Gitblit v1.9.3