spring
2025-02-17 ffa4fdb58442c4e4304d14ec8ac6fb7f34fb4c69
src/components/do/a8-internal-audit-management/implementPlanDia.vue
@@ -106,6 +106,11 @@
            <el-input v-model="form.submitScope" :disabled="operationType === 'ratify'" clearable size="small"></el-input>
          </el-form-item>
        </el-col>
        <el-col :span="12">
          <el-form-item label="备注" prop="remark">
            <el-input v-model="form.remark" :disabled="operationType === 'ratify'" clearable size="small"></el-input>
          </el-form-item>
        </el-col>
      </el-form>
      <div v-if="operationType !== 'ratify'" style="text-align: right;margin-bottom: 10px">
        <el-button size="small" type="primary" @click="addRow">添加</el-button>