da0e5ab8 by chentao

no message

1 parent 4434aee0
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 <el-form-item label="" prop="configName"> 8 <el-form-item label="" prop="configName">
9 <el-select 9 <el-select
10 v-model="queryParams.status" 10 v-model="queryParams.status"
11 placeholder="Select" 11 placeholder="发布状态"
12 clearable 12 clearable
13 style="width: 240px;margin-left: 16px;" 13 style="width: 240px;margin-left: 16px;"
14 > 14 >
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
8 <el-form-item :label="$t('upgradation.cateName')" prop="fileType"> 8 <el-form-item :label="$t('upgradation.cateName')" prop="fileType">
9 <el-select 9 <el-select
10 v-model="queryParams.fileType" 10 v-model="queryParams.fileType"
11 placeholder="Select" 11 placeholder="请选择"
12 clearable 12 clearable
13 style="width: 240px;margin-left: 16px;" 13 style="width: 240px;margin-left: 16px;"
14 > 14 >
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
23 <el-form-item :label="$t('upgradation.procedureName')" prop="platformType"> 23 <el-form-item :label="$t('upgradation.procedureName')" prop="platformType">
24 <el-select 24 <el-select
25 v-model="queryParams.platformType" 25 v-model="queryParams.platformType"
26 placeholder="Select" 26 placeholder="请选择"
27 clearable 27 clearable
28 style="width: 240px;margin-left: 16px;" 28 style="width: 240px;margin-left: 16px;"
29 > 29 >
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!