gaoluyang
昨天 19aa78a505d468739a61054f07d0840477192b2d
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 {