|
|
@@ -53,7 +53,7 @@
|
|
|
:inline="true"
|
|
|
v-show="showSearch"
|
|
|
>
|
|
|
- <el-form-item label="机构名称" prop="name">
|
|
|
+ <el-form-item label="机构名称" prop="name" >
|
|
|
<el-input
|
|
|
v-model="queryParams.name"
|
|
|
placeholder="请输入机构名称"
|
|
|
@@ -150,7 +150,7 @@
|
|
|
<span v-text="getPageIndex(scope.$index)"> </span>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <el-table-column v-if="false"
|
|
|
prop="name"
|
|
|
label="机构名称"
|
|
|
min-width="200"
|
|
|
@@ -158,7 +158,7 @@
|
|
|
<el-table-column
|
|
|
prop="shortName"
|
|
|
label="机构简称"
|
|
|
- min-width="200"
|
|
|
+ min-width="50"
|
|
|
></el-table-column>
|
|
|
<el-table-column align="center" prop="type" width="150" label="机构类型">
|
|
|
<template v-slot="scope">
|
|
|
@@ -168,7 +168,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="code" label="机构编码" width="120"></el-table-column>
|
|
|
+ <el-table-column prop="code" label="机构编码" min-width="50"></el-table-column>
|
|
|
|
|
|
<el-table-column prop="isLock" align="center" label="状态">
|
|
|
<template v-slot="scope">
|
|
|
@@ -185,7 +185,7 @@
|
|
|
min-width="60"
|
|
|
width="60"
|
|
|
></el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <el-table-column v-if="false"
|
|
|
align="center"
|
|
|
prop="weatherCityCode"
|
|
|
label="城市天气区域"
|
|
|
@@ -202,13 +202,13 @@
|
|
|
<span v-text="scope.row.managerPhone"> </span>
|
|
|
</template>
|
|
|
</el-table-column> -->
|
|
|
- <el-table-column
|
|
|
+ <el-table-column v-if="false"
|
|
|
align="center"
|
|
|
prop="manager"
|
|
|
label="负责人"
|
|
|
width="150"
|
|
|
></el-table-column>
|
|
|
- <el-table-column
|
|
|
+ <el-table-column v-if="false"
|
|
|
align="center"
|
|
|
prop="managerPhone"
|
|
|
label="负责人电话"
|
|
|
@@ -774,4 +774,8 @@ export default {
|
|
|
};
|
|
|
</script>
|
|
|
|
|
|
-<style lang="scss" scoped></style>
|
|
|
+<style lang="scss" scoped>
|
|
|
+.status_no_class{
|
|
|
+ color: red;
|
|
|
+}
|
|
|
+</style>
|