From b599374e54fcb8fc56e6ccc8efe5f2b3f3d20716 Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 29 九月 2025 13:40:54 +0800 Subject: [PATCH] 新问题 25-9-28 --- src/views/system/point/index.vue | 39 ++++++++++++++++++++++++++++++++++----- 1 files changed, 34 insertions(+), 5 deletions(-) diff --git a/src/views/system/point/index.vue b/src/views/system/point/index.vue index 3a7ba72..fd85d22 100644 --- a/src/views/system/point/index.vue +++ b/src/views/system/point/index.vue @@ -47,6 +47,7 @@ <el-button type="primary" plain icon="el-icon-top" v-loading="download" size="mini" @click="handleExport" v-hasPermi="['point:export']">瀵煎嚭鐐逛綅</el-button> </el-col> + <el-col :span="1.5"> <el-popover> <div class="bottom_"> @@ -100,7 +101,7 @@ <el-button class="bottom_" type="primary" size="small" v-loading="upload" @click="handleImport" v-hasPermi="['point:import']">瀵煎叆</el-button> </div> - <el-button type="primary" size="mini" plain icon="el-icon-bottom" slot="reference" v-hasPermi="['point:import']">瀵煎叆鐐逛綅</el-button> + <el-button type="primary" size="mini" plain icon="el-icon-bottom" slot="reference" v-hasPermi="['point:import']"></el-button> </el-popover> </el-col> <!-- <el-col :span="1.5">--> @@ -173,6 +174,12 @@ end-placeholder="杩愮淮缁撴潫鏃堕棿"> </el-date-picker> </el-form-item> + <el-form-item label="鐢ㄦ埛鍚�" prop="remark"> + <el-input v-model="form.username"/> + </el-form-item> + <el-form-item label="瀵嗙爜" prop="remark"> + <el-input v-model="form.password"/> + </el-form-item> <el-form-item label="鐐逛綅澶囨敞" prop="remark"> <el-input type="textarea" v-model="form.remark"/> </el-form-item> @@ -189,9 +196,27 @@ inactive-text="鏅�氱偣浣�"> </el-switch> </el-form-item> - <el-form-item label="鐪佸巺:" prop="provinceTag"> + <el-form-item label="瑙嗛:" prop="provinceTagVideo"> <el-switch - v-model="form.provinceTag" + v-model="form.provinceTagVideo" + active-color="#13ce66" + inactive-color="gray" + active-text="鐪佸巺鐐逛綅" + inactive-text="鏅�氱偣浣�"> + </el-switch> + </el-form-item> + <el-form-item label="杞﹁締:" prop="provinceTagCar"> + <el-switch + v-model="form.provinceTagCar" + active-color="#13ce66" + inactive-color="gray" + active-text="鐪佸巺鐐逛綅" + inactive-text="鏅�氱偣浣�"> + </el-switch> + </el-form-item> + <el-form-item label="浜鸿劯:" prop="provinceTagFace"> + <el-switch + v-model="form.provinceTagFace" active-color="#13ce66" inactive-color="gray" active-text="鐪佸巺鐐逛綅" @@ -378,7 +403,9 @@ // 妫�鏌ユ瘡涓爣绛撅紝濡傛灉涓簍rue锛屽垯娣诲姞鍒皌ext涓� if (row.importantTag) text += '閲嶇偣鐐逛綅銆�'; - if (row.provinceTag) text += '鐪佸巺鐐逛綅銆�'; + if (row.provinceTagVideo) text += '鐪佸巺瑙嗛銆�'; + if (row.provinceTagCar) text += '鐪佸巺杞﹁締銆�'; + if (row.provinceTagFace) text += '鐪佸巺浜鸿劯銆�'; if (row.importantCommandImageTag) text += '閲嶇偣鎸囨尌鍥惧儚銆�'; if (row.deptTag) text += '閮ㄧ骇銆�'; text === '' ? '鏅�氱偣浣�' : text @@ -510,7 +537,9 @@ updateTime: null, deleted: null, importantTag: false, - provinceTag: false, + provinceTagVideo: false, + provinceTagCar: false, + provinceTagFace: false, deptTag: false, }; this.resetForm("form"); -- Gitblit v1.8.0