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 | 38 ++------------------------------------ 1 files changed, 2 insertions(+), 36 deletions(-) diff --git a/billion-ui/src/views/main/da/paramCollection/index.vue b/billion-ui/src/views/main/da/paramCollection/index.vue index f42a756..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" @@ -61,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" @@ -108,10 +76,8 @@ <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"> -- Gitblit v1.9.3