From ad70f145e8bea957b41043b4a1e37ce37cc5ed1e Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期二, 16 一月 2024 18:39:24 +0800 Subject: [PATCH] 指标完成 --- src/views/patient/medtechnician/index.vue | 37 +++++++++++++++++++++++-------------- 1 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/views/patient/medtechnician/index.vue b/src/views/patient/medtechnician/index.vue index ced8d83..cff5b7a 100644 --- a/src/views/patient/medtechnician/index.vue +++ b/src/views/patient/medtechnician/index.vue @@ -135,9 +135,17 @@ <el-table-column type="selection" width="50" align="center" /> <el-table-column label="搴忓彿" + fixed align="center" key="userId" prop="userId" + /> + <el-table-column + label="濮撳悕" + fixed + align="center" + key="types" + prop="types" /> <el-table-column @@ -148,7 +156,6 @@ prop="userName" width="120" /> - <el-table-column label="濮撳悕" align="center" key="types" prop="types" /> <el-table-column label="骞撮緞" align="center" @@ -180,18 +187,6 @@ > <template slot-scope="scope"> <div>杞诲害楠ㄨ</div> - </template> - </el-table-column> - <el-table-column - label="閫氱煡鐘舵��" - align="center" - key="topicnumber" - prop="topicnumber" - width="120" - :show-overflow-tooltip="true" - > - <template slot-scope="scope"> - <div>鏈畬鎴�</div> </template> </el-table-column> <el-table-column @@ -258,7 +253,21 @@ </el-table-column> <el-table-column + label="閫氱煡鐘舵��" + fixed="right" + align="center" + key="topicnumber" + prop="topicnumber" + width="120" + :show-overflow-tooltip="true" + > + <template slot-scope="scope"> + <div>鏈畬鎴�</div> + </template> + </el-table-column> + <el-table-column label="浠诲姟璇︽儏" + fixed="right" align="center" width="200" class-name="small-padding fixed-width" @@ -705,7 +714,7 @@ handleAdd() { this.$router.push({ path: "/followvisit/particty", - query: { type: 1, }, + query: { type: 1 }, }); }, /** 淇敼鎸夐挳鎿嶄綔 */ -- Gitblit v1.9.3