zhang_12370
2 天以前 3d9d458e631d8d6a070d579b2e3e260aea45ac58
src/views/production/components/ProductionDialog.vue
@@ -9,7 +9,12 @@
    <el-row :gutter="10" style="margin-bottom: 10px">
      <el-col :span="3">
        <el-button type="primary" @click="handlData"
          ><el-icon> <Plus /> </el-icon>选择数据</el-button
        >
          <el-icon>
            <Plus/>
          </el-icon>
          选择数据
        </el-button
        >
      </el-col>
      <el-col :span="4">
@@ -79,13 +84,15 @@
        <el-button
          @click="handleClose"
          v-if="dialogType === 'add' || dialogType === 'edit'"
          >取 消</el-button
        >取 消
        </el-button
        >
        <!-- <el-button @click="handleReset" v-if="dialogType === 'edit'"
          >重 置</el-button
        > -->
        <el-button type="primary" :loading="loading" @click="handleSubmit"
          >确 定</el-button
        >确 定
        </el-button
        >
      </div>
    </template>
@@ -484,7 +491,8 @@
      selectedIds.value = [];
      ElMessage.success("已清空所有数据");
    })
    .catch(() => {});
      .catch(() => {
      });
};
// 计算总使用量
@@ -507,6 +515,7 @@
.el-row > .el-col > h1 {
  font-weight: bolder;
}
.empty-table > .el-row {
  margin-bottom: 12px;
}