|
@@ -82,7 +82,8 @@
|
|
|
|
|
|
<el-table v-loading="loading" :data="pipelineGasUserList" @selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
|
- <el-table-column label="主键id" align="center" prop="id" v-if="true"/>
|
|
|
+<!-- <el-table-column label="主键id" align="center" prop="id" v-if="true"/>-->
|
|
|
+ <el-table-column label="编号" type="index" width="50"></el-table-column>
|
|
|
<el-table-column label="用户名称" align="center" prop="userName" />
|
|
|
<el-table-column label="用户编号" align="center" prop="userNumber" />
|
|
|
<el-table-column label="用户类型" align="center" prop="userType" >
|
|
@@ -411,7 +412,7 @@ export default {
|
|
|
'catering_status','other_operating_conditions','other_appearance','pressure_gauge_operation','alarm_operation_a','alarm_operation_b',
|
|
|
'emergency_shutoff_valve_appearance','emergency_shutdown_valve_operation','safety_valve_appearance','users_type','pressure_regulator_check_type'
|
|
|
,'pipelines_include_public_pipelines','measuring_instrument','connecting_pipe_metal_hose','connect_the_tube_the_glue_tube_ignition_rod','condensate_rod_appearance'
|
|
|
- ,'there_is_selflessness_and_private_reform','yes_and_no','user_type'],
|
|
|
+ ,'there_is_selflessness_and_private_reform','yes_and_no'],
|
|
|
name: "PipelineGasUser",
|
|
|
data() {
|
|
|
return {
|