| | |
| | | ></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" |
| | | > |
| | |
| | | </el-col> |
| | | <el-col |
| | | v-if=" |
| | | checkPermi([ |
| | | 'system:standard:standardLibrary:delStandardTree', |
| | | ]) && |
| | | checkPermi(['standard:standardLibrary:delStandardTree']) && |
| | | (node.data.children === null || |
| | | node.data.children === undefined) |
| | | " |
| | |
| | | </el-col> |
| | | <el-col |
| | | v-if=" |
| | | checkPermi([ |
| | | 'system:standard:standardLibrary:delStandardTree', |
| | | ]) && |
| | | checkPermi(['standard:standardLibrary:delStandardTree']) && |
| | | (node.data.children === null || |
| | | node.data.children === undefined) |
| | | " |
| | |
| | | <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 }" |
| | |
| | | <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 }" |
| | |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-if=" |
| | | checkPermi([ |
| | | 'system:standard:standardLibrary:upStandardProduct', |
| | | ]) |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.methodS" |
| | | clearable |
| | |
| | | <template slot-scope="scope"> |
| | | <el-select |
| | | v-if=" |
| | | checkPermi([ |
| | | 'system:standard:standardLibrary:upStandardProduct', |
| | | ]) |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.radius" |
| | | clearable |
| | |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-if=" |
| | | checkPermi([ |
| | | 'system:standard:standardLibrary:upStandardProduct', |
| | | ]) |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.price" |
| | | placeholder="单价(元)" |
| | |
| | | <template slot-scope="scope"> |
| | | <el-input |
| | | v-if=" |
| | | checkPermi([ |
| | | 'system:standard:standardLibrary:upStandardProduct', |
| | | ]) |
| | | checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | v-model="scope.row.manHour" |
| | | placeholder="单价(元)" |
| | |
| | | <el-select |
| | | v-model="scope.row.templateId" |
| | | :disabled=" |
| | | !checkPermi([ |
| | | 'system:standard:standardLibrary:upStandardProduct', |
| | | ]) |
| | | !checkPermi(['standard:standardLibrary:upStandardProduct']) |
| | | " |
| | | filterable |
| | | size="small" |