新增稽查配置项
continuous-integration/drone/push Build is running Details

uat_us
caiyiling 2024-09-04 09:36:56 +08:00
parent 615c91b197
commit 9d8bd9c910
1 changed files with 8 additions and 1 deletions

View File

@ -142,11 +142,16 @@
<el-input v-model="form.Identification" placeholder="请输入标识" /> <el-input v-model="form.Identification" placeholder="请输入标识" />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col v-show="form.ConfigType === 'C' && title !== '复制'" :span="24"> <el-col v-show="form.ConfigType === 'C' && title !== '复制'" :span="12">
<el-form-item label="字段key"> <el-form-item label="字段key">
<el-input v-model="form.Code" placeholder="请输入字段key" /> <el-input v-model="form.Code" placeholder="请输入字段key" />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col v-show="form.ConfigType === 'C' && title !== '复制'" :span="12">
<el-form-item label="字段key">
<el-input v-model="form.CodeEn" placeholder="请输入字段key" />
</el-form-item>
</el-col>
<el-col v-show="form.ConfigType === 'C' && title !== '复制'" :span="12"> <el-col v-show="form.ConfigType === 'C' && title !== '复制'" :span="12">
<el-form-item label="字段英文"> <el-form-item label="字段英文">
<el-input v-model="form.Value" placeholder="请输入字段英文" /> <el-input v-model="form.Value" placeholder="请输入字段英文" />
@ -686,6 +691,7 @@
height="100" height="100"
> >
<el-table-column prop="Code" label="字段名" min-width="120px" :show-overflow-tooltip="true" /> <el-table-column prop="Code" label="字段名" min-width="120px" :show-overflow-tooltip="true" />
<el-table-column prop="CodeEn" label="字段名英文" min-width="120px" :show-overflow-tooltip="true" />
<el-table-column prop="Value" label="字段英文" min-width="120px" :show-overflow-tooltip="true" /> <el-table-column prop="Value" label="字段英文" min-width="120px" :show-overflow-tooltip="true" />
<el-table-column prop="ValueCN" label="字段中文" min-width="120px" :show-overflow-tooltip="true" /> <el-table-column prop="ValueCN" label="字段中文" min-width="120px" :show-overflow-tooltip="true" />
<el-table-column <el-table-column
@ -1143,6 +1149,7 @@ export default {
IsShowParent: 0, IsShowParent: 0,
Sort: 0, Sort: 0,
Code: null, Code: null,
CodeEn: null,
Value: null, Value: null,
ValueCN: null, ValueCN: null,
EnumType: '', EnumType: '',