Lin Qilong пре 15 часа
родитељ
комит
b1b5e63ffc

+ 4 - 4
gw-ui/src/views/slaj/eng/attengcws/index.vue

@@ -55,7 +55,7 @@
         </el-table-column>
         <el-table-column label="重要程度" align="center" v-if="columns.impoGrad.visible">
           <template #default="scope">
-            <dict-tag :options="DPC_IMPO_GRAD1" :value="scope.row.impoGrad" />
+            <dict-tag :options="DPC_IMPO_GRAD" :value="scope.row.impoGrad" />
           </template>
         </el-table-column>
         <el-table-column label="供水水源类型" width="120" align="center" v-if="columns.wintWsType.visible">
@@ -123,7 +123,7 @@
               <el-col :span="12">
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad" placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value" :label="d.label" :value="d.value" />
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value" :label="d.label" :value="d.value" />
                   </el-select>
                 </el-form-item>
               </el-col>
@@ -273,11 +273,11 @@ const {
   slaj_wasu_type,
   slaj_eng_scal_cws,
   slaj_wate_puri,
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force
-} = proxy.useDict("slaj_cws_eng_type", "slaj_wint_ws_type", "slaj_wasu_type", "slaj_eng_scal_cws", "slaj_wate_puri", "DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
+} = proxy.useDict("slaj_cws_eng_type", "slaj_wint_ws_type", "slaj_wasu_type", "slaj_eng_scal_cws", "slaj_wate_puri", "DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
   single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengdike/index.vue

@@ -164,7 +164,7 @@
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad"
                              placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value"
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value"
                                :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
@@ -397,7 +397,7 @@ const {
   slaj_dike_type,
   slaj_if_road,
   slaj_des_fl_stand,
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force,
@@ -405,7 +405,7 @@ const {
   slaj_eng_grad_dike,
   slaj_eng_scal_dike,
   slaj_cros_situ
-} = proxy.useDict("slaj_dike_grad", "slaj_dike_type", "slaj_if_road", "slaj_des_fl_stand", "DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_rv_bank", "slaj_eng_grad_dike", "slaj_eng_scal_dike", "slaj_cros_situ")
+} = proxy.useDict("slaj_dike_grad", "slaj_dike_type", "slaj_if_road", "slaj_des_fl_stand", "DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_rv_bank", "slaj_eng_grad_dike", "slaj_eng_scal_dike", "slaj_cros_situ")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attenghyst/index.vue

@@ -161,7 +161,7 @@
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad"
                              placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value"
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value"
                                :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
@@ -387,11 +387,11 @@ const {
   slaj_dam_iden_cate,
   slaj_eng_grad_hyst,
   slaj_eng_scal_hyst,
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force
-} = proxy.useDict("slaj_hyst_type", "slaj_if_rhyst", "slaj_if_rs_pow", "slaj_dam_iden_cate", "slaj_eng_grad_hyst", "slaj_eng_scal_hyst", "DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
+} = proxy.useDict("slaj_hyst_type", "slaj_if_rhyst", "slaj_if_rs_pow", "slaj_dam_iden_cate", "slaj_eng_grad_hyst", "slaj_eng_scal_hyst", "DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengirr/index.vue

@@ -120,7 +120,7 @@
               <el-col :span="12">
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad" placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value" :label="d.label" :value="d.value"/>
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value" :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
               </el-col>
@@ -324,13 +324,13 @@ import { Plus, Delete, Search, Refresh, OfficeBuilding } from '@element-plus/ico
 
 const { proxy } = getCurrentInstance()
 const {
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force,
   slaj_eng_scal_irr,
   slaj_chan_lev
-} = proxy.useDict("DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_eng_scal_irr", "slaj_chan_lev")
+} = proxy.useDict("DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_eng_scal_irr", "slaj_chan_lev")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
   single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengothe/index.vue

@@ -110,7 +110,7 @@
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad"
                              placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value"
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value"
                                :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
@@ -257,11 +257,11 @@ import {Delete, OfficeBuilding, Plus, Refresh, Search} from '@element-plus/icons
 
 const {proxy} = getCurrentInstance()
 const {
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force
-} = proxy.useDict("DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
+} = proxy.useDict("DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengpust/index.vue

@@ -133,7 +133,7 @@
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad"
                              placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value"
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value"
                                :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
@@ -307,11 +307,11 @@ const {
   slaj_pust_type,
   slaj_eng_grad_pust,
   slaj_eng_scal_pust,
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force
-} = proxy.useDict("slaj_pust_type", "slaj_eng_grad_pust", "slaj_eng_scal_pust", "DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
+} = proxy.useDict("slaj_pust_type", "slaj_eng_grad_pust", "slaj_eng_scal_pust", "DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengres/index.vue

@@ -126,7 +126,7 @@
               <el-col :span="12">
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad" placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value" :label="d.label" :value="d.value" />
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value" :label="d.label" :value="d.value" />
                   </el-select>
                 </el-form-item>
               </el-col>
@@ -338,11 +338,11 @@ const {
   slaj_dam_type_mat,
   slaj_dam_type_str,
   slaj_main_fl_type,
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force
-} = proxy.useDict("slaj_eng_grad_res", "slaj_eng_scal_res", "slaj_dam_type_mat", "slaj_dam_type_str", "slaj_main_fl_type", "DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
+} = proxy.useDict("slaj_eng_grad_res", "slaj_eng_scal_res", "slaj_dam_type_mat", "slaj_dam_type_str", "slaj_main_fl_type", "DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
   single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengsd/index.vue

@@ -122,7 +122,7 @@
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad"
                              placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value"
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value"
                                :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
@@ -279,12 +279,12 @@ import {Delete, OfficeBuilding, Plus, Refresh, Search} from '@element-plus/icons
 
 const {proxy} = getCurrentInstance()
 const {
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force,
   slaj_eng_scal_sd
-} = proxy.useDict("DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_eng_scal_sd")
+} = proxy.useDict("DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_eng_scal_sd")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengwadi/index.vue

@@ -126,7 +126,7 @@
               <el-col :span="12">
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad" placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value" :label="d.label" :value="d.value"/>
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value" :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
               </el-col>
@@ -277,13 +277,13 @@ import {Delete, OfficeBuilding, Plus, Refresh, Search} from '@element-plus/icons
 
 const {proxy} = getCurrentInstance()
 const {
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force,
   slaj_eng_grad_wadi,
   slaj_eng_scal_wadi
-} = proxy.useDict("DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_eng_grad_wadi", "slaj_eng_scal_wadi")
+} = proxy.useDict("DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force", "slaj_eng_grad_wadi", "slaj_eng_scal_wadi")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({

+ 3 - 3
gw-ui/src/views/slaj/eng/attengwaga/index.vue

@@ -133,7 +133,7 @@
                 <el-form-item label="重要程度" prop="impoGrad">
                   <el-select v-model="form.impoGrad"
                              placeholder="请选择" style="width:100%">
-                    <el-option v-for="d in DPC_IMPO_GRAD1" :key="d.value"
+                    <el-option v-for="d in DPC_IMPO_GRAD" :key="d.value"
                                :label="d.label" :value="d.value"/>
                   </el-select>
                 </el-form-item>
@@ -303,11 +303,11 @@ const {
   slaj_eng_grad_waga,
   slaj_eng_scal_waga,
   slaj_ener_diss,
-  DPC_IMPO_GRAD1,
+  DPC_IMPO_GRAD,
   DPC_ENG_STAT,
   slaj_stat,
   slaj_if_rein_force
-} = proxy.useDict("slaj_waga_type", "slaj_eng_grad_waga", "slaj_eng_scal_waga", "slaj_ener_diss", "DPC_IMPO_GRAD1", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
+} = proxy.useDict("slaj_waga_type", "slaj_eng_grad_waga", "slaj_eng_scal_waga", "slaj_ener_diss", "DPC_IMPO_GRAD", "DPC_ENG_STAT", "slaj_stat", "slaj_if_rein_force")
 const dataList = ref([]), open = ref(false), loading = ref(true), showSearch = ref(true), ids = ref([]),
     single = ref(true), multiple = ref(true), total = ref(0), title = ref("")
 const columns = ref({