From 0994009a6d6184839359505d99fdf7be68ee1b19 Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期五, 14 三月 2025 12:51:12 +0800 Subject: [PATCH] 工单界面新增按钮 --- billion-ui/src/views/main/da/paramCollection/index.vue | 67 +-------------------------------- 1 files changed, 2 insertions(+), 65 deletions(-) diff --git a/billion-ui/src/views/main/da/paramCollection/index.vue b/billion-ui/src/views/main/da/paramCollection/index.vue index 1e8d026..2b2ca21 100644 --- a/billion-ui/src/views/main/da/paramCollection/index.vue +++ b/billion-ui/src/views/main/da/paramCollection/index.vue @@ -9,9 +9,9 @@ @keyup.enter.native="handleQuery" /> </el-form-item> - <el-form-item label-width="120" label="閲囬泦鏃堕棿" prop="timeQuery"> + <el-form-item label-width="120" label="閲囬泦鏃堕棿" prop="collectTime"> <el-date-picker - v-model="queryParams.timeQuery" + v-model="queryParams.collectTime" type="datetimerange" range-separator="鑷�" value-format="yyyy-MM-dd HH:mm:ss" @@ -50,14 +50,6 @@ @keyup.enter.native="handleQuery" /> </el-form-item> -<!-- <el-form-item label="閲囬泦鏃堕棿" prop="collectTime">--> -<!-- <el-date-picker--> -<!-- v-model="queryParams.collectTime"--> -<!-- type="datetime"--> -<!-- placeholder="璇烽�夋嫨閲囬泦鏃堕棿"--> -<!-- value-format="yyyy-MM-dd HH:mm:ss"--> -<!-- />--> -<!-- </el-form-item>--> <!-- 鍙互缁х画娣诲姞鍏朵粬楂樼骇鏌ヨ鏉′欢 --> <el-row> <el-col :span="24" style="text-align: right;"> @@ -69,38 +61,6 @@ </el-form> <el-row :gutter="10" class="mb8"> - <el-col :span="1.5"> - <el-button - type="primary" - plain - icon="el-icon-plus" - size="mini" - @click="handleAdd" - v-hasPermi="['da:paramCollection:add']" - >鏂板</el-button> - </el-col> - <el-col :span="1.5"> - <el-button - type="success" - plain - icon="el-icon-edit" - size="mini" - :disabled="single" - @click="handleUpdate" - v-hasPermi="['da:paramCollection:edit']" - >淇敼</el-button> - </el-col> - <el-col :span="1.5"> - <el-button - type="danger" - plain - icon="el-icon-delete" - size="mini" - :disabled="multiple" - @click="handleDelete" - v-hasPermi="['da:paramCollection:remove']" - >鍒犻櫎</el-button> - </el-col> <el-col :span="1.5"> <el-button type="warning" @@ -116,31 +76,11 @@ <el-table v-loading="loading" border :data="paramCollectionList" @selection-change="handleSelectionChange"> <el-table-column type="selection" width="55" align="center" /> -<!-- <el-table-column label="涓婚敭id" align="center" prop="id" />--> <el-table-column label="鎬绘垚搴忓垪鍙�" align="center" prop="sfcCode" /> <el-table-column label="宸ヤ綅缂栫爜" align="center" prop="locationCode" /> - <el-table-column label="鍙傛暟缂栫爜" align="center" prop="paramCode" /> <el-table-column label="鍙傛暟鍚嶇О" align="center" prop="paramName" /> <el-table-column label="鍙傛暟鍊�" align="center" prop="paramValue" /> <el-table-column label="閲囬泦鏃堕棿" align="center" prop="collectTime" width="180"> - </el-table-column> - <el-table-column label="鎿嶄綔" align="center" class-name="small-padding fixed-width"> - <template slot-scope="scope"> - <el-button - size="mini" - type="text" - icon="el-icon-edit" - @click="handleUpdate(scope.row)" - v-hasPermi="['da:paramCollection:edit']" - >淇敼</el-button> - <el-button - size="mini" - type="text" - icon="el-icon-delete" - @click="handleDelete(scope.row)" - v-hasPermi="['da:paramCollection:remove']" - >鍒犻櫎</el-button> - </template> </el-table-column> </el-table> @@ -271,13 +211,10 @@ paramValue: null, collectTime: null }; - - this.resetForm("form"); }, /** 鎼滅储鎸夐挳鎿嶄綔 */ handleQuery() { - console.log(this.value1) this.queryParams.pageNum = 1; this.getList(); this.advancedSearchVisible = false -- Gitblit v1.9.3