spring
2025-02-15 74da5f0d434681ca8e9090e242e7fd29c144ebcb
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"