From 8c89f7c22bb2f4e2bede78e8abd806a77f7e5693 Mon Sep 17 00:00:00 2001 From: liuying <1427574514@qq.com> Date: 周四, 25 4月 2024 13:01:23 +0800 Subject: [PATCH] css --- iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue index 8a552a5..24ac6b1 100644 --- a/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue +++ b/iWare_RawMaterialWarehouse_Web/src/views/main/WmsBase/BaseCustomer/index.vue @@ -7,18 +7,18 @@ <a-form layout="inline"> <a-row :gutter="48"> <a-col :md="8" :sm="24"> - <a-form-item label="瀹㈡埛缂栧彿"> - <a-input v-model="queryParam.custCode" allow-clear placeholder="璇疯緭鍏ュ鎴风紪鍙�"/> + <a-form-item label="缂栧彿"> + <a-input v-model="queryParam.custCode" allow-clear placeholder="璇疯緭鍏ョ紪鍙�"/> </a-form-item> </a-col> <a-col :md="8" :sm="24"> - <a-form-item label="瀹㈡埛涓枃鍚嶇О"> - <a-input v-model="queryParam.custChinaName" allow-clear placeholder="璇疯緭鍏ュ鎴蜂腑鏂囧悕绉�"/> + <a-form-item label="涓枃鍚嶇О"> + <a-input v-model="queryParam.custChinaName" allow-clear placeholder="璇疯緭鍏ヤ腑鏂囧悕绉�"/> </a-form-item> </a-col><template v-if="advanced"> <a-col :md="8" :sm="24"> - <a-form-item label="瀹㈡埛鑻辨枃鍚嶇О"> - <a-input v-model="queryParam.custEnglishName" allow-clear placeholder="璇疯緭鍏ュ鎴疯嫳鏂囧悕绉�"/> + <a-form-item label="鑻辨枃鍚嶇О"> + <a-input v-model="queryParam.custEnglishName" allow-clear placeholder="璇疯緭鍏ヨ嫳鏂囧悕绉�"/> </a-form-item> </a-col> <a-col :md="8" :sm="24"> @@ -139,7 +139,7 @@ <a-button type="info" v-if="hasPerm('BaseCustomer:exportExcel')" icon="download" @click="BaseCustomerToExcel()"> 瀵煎嚭 </a-button> - <a-button type="primary" v-if="hasPerm('BaseCustomer:add')" icon="plus" @click="$refs.addForm.add()">鏂板瀹㈡埛妗f</a-button> + <a-button type="primary" v-if="hasPerm('BaseCustomer:add')" icon="plus" @click="$refs.addForm.add()">鏂板寰�鏉ュ叧绯�</a-button> </div> </template> <span slot="custTypescopedSlots" slot-scope="text"> @@ -204,7 +204,7 @@ customRender: (text, record, index) => `${index + 1 + (this.pageInfo.current - 1) * this.pageInfo.pageSize}` }, { - title: '瀹㈡埛缂栧彿', + title: '缂栧彿', align: 'center', customHeaderCell: () => { return { @@ -224,7 +224,7 @@ dataIndex: 'custCode' }, { - title: '瀹㈡埛涓枃鍚嶇О', + title: '涓枃鍚嶇О', align: 'center', customHeaderCell: () => { return { @@ -244,7 +244,7 @@ dataIndex: 'custChinaName' }, { - title: '瀹㈡埛鑻辨枃鍚嶇О', + title: '鑻辨枃鍚嶇О', align: 'center', customHeaderCell: () => { return { -- Gitblit v1.9.3