From 0bccc45dca0527bef40f5d9ed47c8e0d175cd40b Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期四, 11 九月 2025 14:57:52 +0800 Subject: [PATCH] 测试完成 --- src/views/followvisit/mzsatisfaction/index.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/views/followvisit/mzsatisfaction/index.vue b/src/views/followvisit/mzsatisfaction/index.vue index 3f13a5c..1140c86 100644 --- a/src/views/followvisit/mzsatisfaction/index.vue +++ b/src/views/followvisit/mzsatisfaction/index.vue @@ -187,8 +187,7 @@ <el-col :span="1.5"> <el-button type="primary" - plain - icon="el-icon-plus" + icon="el-icon-plus" size="medium" @click="handleAdd" >鏂板</el-button @@ -455,7 +454,7 @@ <!-- <el-table-column label="鎬у埆"width="100" align="center" key="sex" prop="sex" /> --> <!-- <el-table-column label="搴婂彿" align="center" key="badNo" prop="badNo" /> --> <el-table-column - label="绉戝" + label="璇鹃缁�" align="center" key="deptname" prop="deptname" @@ -910,7 +909,7 @@ v-model="zcform.age" ></el-input> </el-form-item> - <el-form-item label="绉戝"> + <el-form-item label="璇鹃缁�"> <el-input style="width: 400px" disabled @@ -1042,7 +1041,7 @@ sourcetype: [ { value: 1, - label: "绉戝", + label: "璇鹃缁�", children: [], }, { @@ -1066,7 +1065,7 @@ // value: 0, // }, { - name: "搴旈殢璁�", + name: "闇�闅忚", value: 0, }, { @@ -1866,7 +1865,9 @@ height: 100px; } } - +.button-textxga { + color: #de7897; +} .qrcode-dialo { // text-align: center; // display: flex; -- Gitblit v1.9.3