文件命名规范
This commit is contained in:
parent
9876e6c542
commit
595eacd152
|
|
@ -8,7 +8,7 @@
|
|||
<el-select class="form-item" v-model="form.standardType" filterable clearable
|
||||
placeholder="请选择文件命名识别规范类型">
|
||||
<el-option v-for="item in dict.type.files_classify_name_standard_type" :key="item.value" :label="item.label"
|
||||
:value="item.label"></el-option>
|
||||
:value="item.value"></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="规范识别值" prop="standardName">
|
||||
|
|
|
|||
Loading…
Reference in New Issue