|
|
@@ -1,5 +1,5 @@
|
|
|
-<template>
|
|
|
- <div style="width: 100%;padding-top: 1%;" :style="{'height':heightAll+'px'}">
|
|
|
+<template style="">
|
|
|
+ <div style="width: 100%;padding-top: 1%;font-size:17px" :style="{'height':heightAll+'px'}">
|
|
|
<div style="display: flex;width: 100%;margin-left: 1%;justify-content: space-between;">
|
|
|
<div style="display: flex;width: 35%;">
|
|
|
<div style="display: flex;width: 100%;align-items: center;">
|
|
|
@@ -28,7 +28,7 @@
|
|
|
style="width: 98%;margin-left: 1%;margin-top: 0.5%;"
|
|
|
:cell-style="{ padding:'5px' }"
|
|
|
:header-cell-style="{height: heightAll*0.01+'px',}"
|
|
|
- :row-style="{ fontSize: '16px',textAlign:'center'}"
|
|
|
+ :row-style="{ fontSize: '17px',textAlign:'center'}"
|
|
|
border >
|
|
|
<el-table-column type="index" label="序号" width="80">
|
|
|
<template #default="{ $index }">
|
|
|
@@ -75,17 +75,17 @@
|
|
|
<el-table-column prop="address" label="操作" width="270">
|
|
|
<template #default="scope">
|
|
|
<div style="display: flex;justify-content: space-between;width: 100%;">
|
|
|
- <el-button type="primary" @click="showEdit(scope.row)" size="mini" text style="margin-left: 0%;">编辑</el-button>
|
|
|
+ <el-button type="primary" @click="showEdit(scope.row)" size="mini" text style="margin-left: 0%;font-size: 16px;">编辑</el-button>
|
|
|
<!-- <el-button type="danger" text size="mini" style="margin-left: -5%;" @click="handleDelete(scope.row)">注销</el-button> -->
|
|
|
<!-- <el-button @click="showDe(scope.row)" type="primary" text size="mini" style="margin-left: -5%;">查看</el-button> -->
|
|
|
- <el-button @click="showPei(scope.row)" type="warning" text size="mini" style="margin-left: -5%;">配置</el-button>
|
|
|
- <el-button type="danger" @click="delModel(scope.row)" text size="mini" style="margin-left: -5%;">删除</el-button>
|
|
|
- <el-button v-if="scope.row.audit === null||scope.row.audit === '2'||scope.row.audit === ''" type="info" @click="shenhe(scope.row)" text size="mini" style="margin-left: -5%;">审核申请</el-button>
|
|
|
+ <el-button @click="showPei(scope.row)" type="warning" text size="mini" style="margin-left: -5%;font-size: 16px;">配置</el-button>
|
|
|
+ <el-button type="danger" @click="delModel(scope.row)" text size="mini" style="margin-left: -5%;font-size: 16px;">删除</el-button>
|
|
|
+ <el-button v-if="scope.row.audit === null||scope.row.audit === '2'||scope.row.audit === ''" type="info" @click="shenhe(scope.row)" text size="mini" style="margin-left: -5%;font-size: 16px;">审核申请</el-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
- <el-dialog v-model="dialogVisible" title="" width="60%" @close="clearForm">
|
|
|
+ <el-dialog v-model="dialogVisible" title="" width="60%" @close="clearForm" >
|
|
|
<div class="card-header">
|
|
|
<span style="font-size: 20px;margin-left: 1%;">基本信息</span>
|
|
|
<el-divider style="margin-top: 1%;"/>
|
|
|
@@ -606,7 +606,7 @@
|
|
|
:cell-style="{ textAlign: 'center',padding:'3px 0px' }"
|
|
|
:header-cell-style="{ textAlign: 'center', }"
|
|
|
max-height="45vh"
|
|
|
- :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center' }"
|
|
|
+ :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center' }"
|
|
|
border>
|
|
|
<el-table-column prop="parName" label="*参数英文名">
|
|
|
<template #default="scope" style="width: 120%;">
|
|
|
@@ -669,7 +669,7 @@
|
|
|
style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
|
|
|
:cell-style="{ padding:'5px' }"
|
|
|
:header-cell-style="{height: heightAll*0.01+'px',}"
|
|
|
- :row-style="{ fontSize: '16px',textAlign:'center'}"
|
|
|
+ :row-style="{ fontSize: '17px',textAlign:'center'}"
|
|
|
border >
|
|
|
<el-table-column type="index" label="序号" width="80">
|
|
|
<template #default="{ $index }">
|
|
|
@@ -720,7 +720,7 @@
|
|
|
style="width: 98%;margin-left: 1%;margin-top: 1%;height: 38vh;"
|
|
|
:cell-style="{ padding:'5px' }"
|
|
|
:header-cell-style="{height: heightAll*0.01+'px',}"
|
|
|
- :row-style="{ fontSize: '16px',textAlign:'center'}"
|
|
|
+ :row-style="{ fontSize: '17px',textAlign:'center'}"
|
|
|
border >
|
|
|
<el-table-column type="index" label="序号" width="80">
|
|
|
<template #default="{ $index }">
|
|
|
@@ -952,7 +952,7 @@
|
|
|
:data="tableDataCanAdd"
|
|
|
:cell-style="{ textAlign: 'center',padding:'2px 0' }"
|
|
|
:header-cell-style="{ textAlign: 'center'}"
|
|
|
- :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center' }"
|
|
|
+ :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center' }"
|
|
|
border>
|
|
|
<el-table-column prop="itemName" label="参数字段(必填)">
|
|
|
<template #default="scope">
|
|
|
@@ -1228,7 +1228,7 @@
|
|
|
:data="tableDataCan"
|
|
|
:cell-style="{ textAlign: 'center',padding:'2px 0' }"
|
|
|
:header-cell-style="{ textAlign: 'center'}"
|
|
|
- :row-style="{ height: heightAll*0.01+'px',fontSize: '16px',textAlign:'center' }"
|
|
|
+ :row-style="{ height: heightAll*0.01+'px',fontSize: '17px',textAlign:'center' }"
|
|
|
border >
|
|
|
<el-table-column prop="paramCode" label="参数字段">
|
|
|
</el-table-column>
|