zhang_12370
5 天以前 fc75f2f27f1ce66801c5637175046f8c65a81249
src/views/procureMent/components/ProductionDialog.vue
@@ -112,7 +112,7 @@
      <template #footer>
        <div class="dialog-footer">
          <!-- 重置和取消 -->
          <el-button @click="handleClose" v-if="title.includes('新增')"
          <el-button @click="handleClose" v-if="title.includes('新增') || title.includes('查看')"
          >取消
          </el-button
          >
@@ -120,7 +120,7 @@
          >重置
          </el-button
          >
          <el-button type="primary" @click="handleSubmit">确认</el-button>
          <el-button type="primary" v-if="!isViewMode" @click="handleSubmit">确认</el-button>
        </div>
      </template>
    </el-dialog>