From 74da5f0d434681ca8e9090e242e7fd29c144ebcb Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期六, 15 二月 2025 16:15:02 +0800 Subject: [PATCH] 工时管理30% --- src/views/standard/standardLibrary/index.vue | 38 ++++++++++---------------------------- 1 files changed, 10 insertions(+), 28 deletions(-) diff --git a/src/views/standard/standardLibrary/index.vue b/src/views/standard/standardLibrary/index.vue index 2f0e756..d57f377 100644 --- a/src/views/standard/standardLibrary/index.vue +++ b/src/views/standard/standardLibrary/index.vue @@ -204,7 +204,7 @@ ></el-input> </el-col> <el-col - v-if="checkPermi(['system:standard:standardLibrary:add'])" + v-if="checkPermi(['standard:standardLibrary:add'])" :span="4" style="text-align: center; line-height: 30px" > @@ -261,9 +261,7 @@ </el-col> <el-col v-if=" - checkPermi([ - 'system:standard:standardLibrary:delStandardTree', - ]) && + checkPermi(['standard:standardLibrary:delStandardTree']) && (node.data.children === null || node.data.children === undefined) " @@ -280,9 +278,7 @@ </el-col> <el-col v-if=" - checkPermi([ - 'system:standard:standardLibrary:delStandardTree', - ]) && + checkPermi(['standard:standardLibrary:delStandardTree']) && (node.data.children === null || node.data.children === undefined) " @@ -414,9 +410,7 @@ <template slot-scope="scope"> <el-input v-if=" - checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.ask" :autosize="{ minRows: 1, maxRows: 3 }" @@ -433,9 +427,7 @@ <template slot-scope="scope"> <el-input v-if=" - checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.tell" :autosize="{ minRows: 1, maxRows: 3 }" @@ -454,9 +446,7 @@ <template slot-scope="scope"> <el-select v-if=" - checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.methodS" clearable @@ -486,9 +476,7 @@ <template slot-scope="scope"> <el-select v-if=" - checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.radius" clearable @@ -519,9 +507,7 @@ <template slot-scope="scope"> <el-input v-if=" - checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.price" placeholder="鍗曚环(鍏�)" @@ -538,9 +524,7 @@ <template slot-scope="scope"> <el-input v-if=" - checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + checkPermi(['standard:standardLibrary:upStandardProduct']) " v-model="scope.row.manHour" placeholder="鍗曚环(鍏�)" @@ -564,9 +548,7 @@ <el-select v-model="scope.row.templateId" :disabled=" - !checkPermi([ - 'system:standard:standardLibrary:upStandardProduct', - ]) + !checkPermi(['standard:standardLibrary:upStandardProduct']) " filterable size="small" -- Gitblit v1.9.3