From 58d1ae47dea17cb10699185066b748766f9ea261 Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期二, 16 七月 2024 17:58:30 +0800 Subject: [PATCH] qxtj --- src/views/system/packages/index.vue | 38 +++++++++++++++++++------------------- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git a/src/views/system/packages/index.vue b/src/views/system/packages/index.vue index 4f1f125..838fbe1 100644 --- a/src/views/system/packages/index.vue +++ b/src/views/system/packages/index.vue @@ -8,10 +8,10 @@ v-show="showSearch" label-width="68px" > - <el-form-item label="濂楅鍚嶇О" prop="zhmc"> + <el-form-item label="缁勫悎鍚嶇О" prop="zhmc"> <el-input v-model="queryParams.zhmc" - placeholder="璇疯緭鍏ュ椁愬悕绉�" + placeholder="璇疯緭鍏ョ粍鍚堝悕绉�" clearable @keyup.enter.native="handleQuery" /> @@ -94,7 +94,7 @@ > <el-table-column type="selection" width="40" align="center" /> <el-table-column - label="濂楅鍚嶇О" + label="缁勫悎鍚嶇О" align="center" prop="zhmc" width="150px" @@ -150,7 +150,7 @@ </div> </template> - <!-- 淇敼浣撴濂楅瀵硅瘽妗� --> + <!-- 淇敼浣撴缁勫悎瀵硅瘽妗� --> <el-dialog :title="title" :visible.sync="open" @@ -167,17 +167,17 @@ > <!-- <div class="dialo"> <div class="dialo1"> --> - <el-form-item label="濂楅鍚嶇О" prop="zhmc"> + <el-form-item label="缁勫悎鍚嶇О" prop="zhmc"> <span slot="label" style="display: inline-block; border-bottom: 2px solid blue" @click="handlePackage" > - 濂楅鍚嶇О + 缁勫悎鍚嶇О </span> <el-input v-model="form.zhmc" - placeholder="璇疯緭鍏ュ椁愬悕绉�" + placeholder="璇疯緭鍏ョ粍鍚堝悕绉�" style="width: 150px" /> </el-form-item> @@ -346,16 +346,16 @@ showSearch: true, // 鎬绘潯鏁� total: 0, - // 浣撴濂楅琛ㄦ牸鏁版嵁 + // 浣撴缁勫悎琛ㄦ牸鏁版嵁 packageList: [], - // 濂楅閫変腑鐨勭埗椤� + // 缁勫悎閫変腑鐨勭埗椤� allpackageList: [], // 宸查�� newproName: [], // 鎵�鏈変綋妫�椤圭洰路 allList: [], treeList: [], - // 鎵�鏈夊椁愭暟鎹� + // 鎵�鏈夌粍鍚堟暟鎹� // allpackage:[], // 寮瑰嚭灞傛爣棰� title: "", @@ -420,7 +420,7 @@ return data.proEngName.indexOf(value) !== -1; } }, - /** 鏌ヨ浣撴濂楅鍒楄〃 */ + /** 鏌ヨ浣撴缁勫悎鍒楄〃 */ getList() { this.loading = true; getZhList(this.queryParams).then((response) => { @@ -470,7 +470,7 @@ handlePackage() { this.$refs.aaa.open = true; this.$refs.aaa.getList(); - this.$refs.aaa.title = "濂楅瀛楀吀"; + this.$refs.aaa.title = "缁勫悎瀛楀吀"; }, handleChanges(param1) { this.form.pacName = param1[0].pacName; @@ -499,7 +499,7 @@ handleAdd() { this.reset(); this.open = true; - this.title = "浣撴濂楅淇℃伅缁存姢"; + this.title = "浣撴缁勫悎淇℃伅缁存姢"; this.DataList = []; this.checkedkey = []; this.checkedListkey = []; @@ -507,7 +507,7 @@ }, handleUp() { - this.title = "浣撴濂楅淇℃伅缁存姢"; + this.title = "浣撴缁勫悎淇℃伅缁存姢"; this.open = true; // getPacTjProjectList().then((response) => { // this.allList = response.data; @@ -523,7 +523,7 @@ }, /** 淇敼鎸夐挳鎿嶄綔 */ handleUpdate(row) { - this.title = "浣撴濂楅淇℃伅缁存姢"; + this.title = "浣撴缁勫悎淇℃伅缁存姢"; this.open = true; this.form = row; this.DataList = []; @@ -780,14 +780,14 @@ } }); } else { - Message.warning("璇峰厛濉啓濂楅鍚嶇О"); + Message.warning("璇峰厛濉啓缁勫悎鍚嶇О"); } }, /** 鍒犻櫎鎸夐挳鎿嶄綔 */ handleDelete(row) { const pacIds = row.id || this.ids; this.$modal - .confirm('鏄惁纭鍒犻櫎浣撴濂楅缂栧彿涓�"' + pacIds + '"鐨勬暟鎹」锛�') + .confirm('鏄惁纭鍒犻櫎浣撴缁勫悎缂栧彿涓�"' + pacIds + '"鐨勬暟鎹」锛�') .then(function () { return delzhxm(pacIds); }) @@ -798,7 +798,7 @@ .catch(() => {}); }, - /** 鍒嗛厤濂楅鍐呴」鐩搷浣� */ + /** 鍒嗛厤缁勫悎鍐呴」鐩搷浣� */ handleProject: function (row) { const pacId = row.pacId; this.$router.push("/system/user-auth/role/" + pacId); @@ -814,7 +814,7 @@ `package_${new Date().getTime()}.xlsx` ); }, - // 濂楅璇︽儏 + // 缁勫悎璇︽儏 // handleSeach(row) { // this.Seachopen = true; // this.loading = true; -- Gitblit v1.8.0