From f92c4c5b4961830c607018561d19142c5d777e1e Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 27 七月 2026 12:29:34 +0800
Subject: [PATCH] 审批页面查询条件格式修改
---
src/views/project/fundcheck/performanceCheck/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/project/fundcheck/performanceCheck/index.vue b/src/views/project/fundcheck/performanceCheck/index.vue
index 4b5ff52..c3fbeed 100644
--- a/src/views/project/fundcheck/performanceCheck/index.vue
+++ b/src/views/project/fundcheck/performanceCheck/index.vue
@@ -1,9 +1,9 @@
<template>
<div class="app-container">
- <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="120px">
+ <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="90px">
<el-row align="left">
<el-col :span="5">
- <el-form-item label-width="120px" label="棰勫鐘舵��" prop="checkstatus" style="float: left">
+ <el-form-item label="棰勫鐘舵��" prop="checkstatus" style="float: left">
<el-select v-model="queryParams.checkstatus" placeholder="璇烽�夋嫨" style="width: 100%">
<el-option v-for="item in checkmaterials" :key="item.value" :label="item.label" :value="item.value">
</el-option>
@@ -57,9 +57,9 @@
<dict-tag :options="dict.type.sys_tax" :value="scope.row.istax" />
</template>
</el-table-column>
- <el-table-column label="鐢宠鏃ユ湡" width="180" align="center" prop="createTime">
+ <el-table-column label="鐢宠鏃ユ湡" width="180" align="center" prop="applyTime">
<template slot-scope="scope">
- <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
+ <span>{{ parseTime(scope.row.applyTime, "{y}-{m}-{d}") }}</span>
</template>
</el-table-column>
<el-table-column label="缁忓姙浜�" align="center" prop="username" width="150px" />
@@ -501,7 +501,7 @@
// this.defaultperson = response.data;
// this.standardlevel = response.data.standardlevel;
if (
- response.data.userName === "001" ||
+ response.data.userName === "053" ||
response.data.userName === "002" ||
response.data.userName === "admin"
) {
--
Gitblit v1.9.3