zouyu
2023-09-14 5702e02e6c31fd972d7a00042cce8ca4c4777166
src/components/view/standard-table/material.vue
@@ -19,7 +19,8 @@
              </el-table-column>
              <el-table-column prop="tname" sortable label="工艺名称">
                <template slot-scope="scope">
                  <el-tag type="success" v-if="scope.row.tname != null">02</el-tag>
                  <el-tag type="success" v-if="scope.row.tname != null"
                  style="margin-left:20px;">02</el-tag>
                  <span style="color: #000000">
                    {{ scope.row.tname  }}
                  </span>
@@ -42,7 +43,7 @@
              <el-table-column prop="num" label="数量">
                <template slot-scope="scope">
                  <el-input v-model="scope.row.num" 
                    v-if="scope.row.mname != null"
                    v-if="scope.row.mname != null" size="small"
                    @blur="updateVal(scope.row)"></el-input>
                </template>
              </el-table-column>