spring
2025-02-15 74da5f0d434681ca8e9090e242e7fd29c144ebcb
src/views/standard/standardLibrary/index.vue
@@ -204,7 +204,7 @@
          ></el-input>
        </el-col>
        <el-col
          v-if="addPower"
          v-if="checkPermi(['standard:standardLibrary:add'])"
          :span="4"
          style="text-align: center; line-height: 30px"
        >
@@ -261,7 +261,7 @@
            </el-col>
            <el-col
              v-if="
                checkPermi(['system:standard:delStandardTree']) &&
                checkPermi(['standard:standardLibrary:delStandardTree']) &&
                (node.data.children === null ||
                  node.data.children === undefined)
              "
@@ -278,7 +278,7 @@
            </el-col>
            <el-col
              v-if="
                checkPermi(['system:standard:delStandardTree']) &&
                checkPermi(['standard:standardLibrary:delStandardTree']) &&
                (node.data.children === null ||
                  node.data.children === undefined)
              "
@@ -409,7 +409,9 @@
          <el-table-column label="要求值" min-width="200px" prop="ask">
            <template slot-scope="scope">
              <el-input
                v-if="checkPermi(['system:standard:upStandardProduct'])"
                v-if="
                  checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                v-model="scope.row.ask"
                :autosize="{ minRows: 1, maxRows: 3 }"
                clearable
@@ -424,7 +426,9 @@
          <el-table-column label="要求描述" min-width="220px" prop="tell">
            <template slot-scope="scope">
              <el-input
                v-if="checkPermi(['system:standard:upStandardProduct'])"
                v-if="
                  checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                v-model="scope.row.tell"
                :autosize="{ minRows: 1, maxRows: 3 }"
                clearable
@@ -441,7 +445,9 @@
          <el-table-column label="试验方法" prop="method" width="200">
            <template slot-scope="scope">
              <el-select
                v-if="checkPermi(['system:standard:upStandardProduct'])"
                v-if="
                  checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                v-model="scope.row.methodS"
                clearable
                placeholder="试验方法"
@@ -469,7 +475,9 @@
          >
            <template slot-scope="scope">
              <el-select
                v-if="checkPermi(['system:standard:upStandardProduct'])"
                v-if="
                  checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                v-model="scope.row.radius"
                clearable
                placeholder="条件"
@@ -498,7 +506,9 @@
          <el-table-column label="单价(元)" prop="price" width="120">
            <template slot-scope="scope">
              <el-input
                v-if="checkPermi(['system:standard:upStandardProduct'])"
                v-if="
                  checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                v-model="scope.row.price"
                placeholder="单价(元)"
                size="small"
@@ -513,7 +523,9 @@
          <el-table-column label="工时系数" prop="manHour" width="120">
            <template slot-scope="scope">
              <el-input
                v-if="checkPermi(['system:standard:upStandardProduct'])"
                v-if="
                  checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                v-model="scope.row.manHour"
                placeholder="单价(元)"
                size="small"
@@ -535,7 +547,9 @@
            <template slot-scope="scope">
              <el-select
                v-model="scope.row.templateId"
                :disabled="!checkPermi(['system:standard:upStandardProduct'])"
                :disabled="
                  !checkPermi(['standard:standardLibrary:upStandardProduct'])
                "
                filterable
                size="small"
                @change="