gaoluyang
2 天以前 3a07f2ca675bbd3c55893f7731b8f49d854b0e07
src/views/procurementManagement/paymentEntry/index.vue
@@ -153,7 +153,7 @@
          width="100"
        />
        <el-table-column
          label="规格型号"
          label="图纸编号"
          prop="specificationModel"
          show-overflow-tooltip
          width="150"
@@ -283,7 +283,7 @@
      showOverflowTooltip: true,
   },
   {
      label: "规格型号",
      label: "图纸编号",
      prop: "specificationModel",
      showOverflowTooltip: true,
      width: 150
@@ -572,7 +572,7 @@
.table_list {
  margin-top: unset;
}
::v-deep(.el-checkbox__label) {
:deep(.el-checkbox__label) {
  font-weight: bold;
}
.empty-tip {