祖安之光
2025-12-03 9674af17d8e7ad8f85c9df3b89d99a71d7e39268
src/views/work/financialMng/qualityFinancialAnalysis/components/editDialog.vue
@@ -11,7 +11,7 @@
      <el-form :model="state.form" size="default" ref="busRef" :rules="state.rules" label-position="top" label-width="120px" >
        <el-row :gutter="24">
          <el-col :span="24">
            <el-form-item label="企业名称:" prop="companyId" v-if="state.isAdmin">
            <el-form-item label="单位名称:" prop="companyId" v-if="state.isAdmin">
              <el-select v-model="state.form.companyId" placeholder="请选择" filterable clearable style="width: 100%" :disabled="title == '查看' || title == '编辑' || !state.isAdmin" @change="selectValueCom">
                <el-option
                    v-for="item in state.companyList"
@@ -157,7 +157,7 @@
  form: {
    id: '',
    companyId: null,
    year: "",
    year: "2025",
    basic: "",
    synthesize: "",
    damage: "",
@@ -301,7 +301,7 @@
  state.form = {
    id: '',
    companyId: null,
    year: "",
    year: "2025",
    basic: "",
    synthesize: "",
    damage: "",