From db79f0019d3f6ed98e9983de6b91d08212683c86 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期五, 19 一月 2024 00:34:41 +0800 Subject: [PATCH] update --- src/container/machineList/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/container/machineList/index.vue b/src/container/machineList/index.vue index 71843c8..0878648 100644 --- a/src/container/machineList/index.vue +++ b/src/container/machineList/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-06 17:40:19 * @LastEditors: Sneed - * @LastEditTime: 2024-01-16 23:53:17 + * @LastEditTime: 2024-01-19 00:33:50 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/machineList/index.vue --> <template> @@ -97,9 +97,9 @@ label="绋嬪簭浼犺緭妯″紡" width="180"> <template slot-scope="scope"> - <span v-if="scope.row.state == 0">com鍙�</span> - <span v-else-if="scope.row.state == 1">鍏变韩鏂囦欢澶�</span> - <span v-else-if="scope.row.state == 3">缃戝彛</span> + <span v-if="scope.row.transMode == 0">com鍙�</span> + <span v-else-if="scope.row.transMode == 1">鍏变韩鏂囦欢澶�</span> + <span v-else-if="scope.row.transMode == 3">缃戝彛</span> </template> </el-table-column> <el-table-column -- Gitblit v1.9.3