no message
Showing
2 changed files
with
16 additions
and
16 deletions
| ... | @@ -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 | > |
| ... | @@ -26,7 +26,7 @@ | ... | @@ -26,7 +26,7 @@ |
| 26 | </el-form> | 26 | </el-form> |
| 27 | <!-- 列表操作 --> | 27 | <!-- 列表操作 --> |
| 28 | <el-col :span="1.5"> | 28 | <el-col :span="1.5"> |
| 29 | <el-button | 29 | <el-button |
| 30 | type="primary" | 30 | type="primary" |
| 31 | plain | 31 | plain |
| 32 | icon="Plus" | 32 | icon="Plus" |
| ... | @@ -37,7 +37,7 @@ | ... | @@ -37,7 +37,7 @@ |
| 37 | </el-header> | 37 | </el-header> |
| 38 | <el-main id="max-height"> | 38 | <el-main id="max-height"> |
| 39 | <!-- 列表内容 --> | 39 | <!-- 列表内容 --> |
| 40 | <el-table | 40 | <el-table |
| 41 | v-loading="status.loading" | 41 | v-loading="status.loading" |
| 42 | :data="list" | 42 | :data="list" |
| 43 | :max-height="windowSize.height - 70" | 43 | :max-height="windowSize.height - 70" |
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| 58 | </el-table-column> | 58 | </el-table-column> |
| 59 | <el-table-column :label="$t('problem.tableControlsName')" class-name="small-padding fixed-width"> | 59 | <el-table-column :label="$t('problem.tableControlsName')" class-name="small-padding fixed-width"> |
| 60 | <template #default="{ row }"> | 60 | <template #default="{ row }"> |
| 61 | <el-button | 61 | <el-button |
| 62 | link | 62 | link |
| 63 | type="info" | 63 | type="info" |
| 64 | @click="handleEdit(row)" | 64 | @click="handleEdit(row)" |
| ... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
| 75 | type="info" | 75 | type="info" |
| 76 | @click="handleChangeStatus(row, 1)" | 76 | @click="handleChangeStatus(row, 1)" |
| 77 | >{{ $t('problem.controlsReleaseName') }}</el-button> | 77 | >{{ $t('problem.controlsReleaseName') }}</el-button> |
| 78 | <el-button | 78 | <el-button |
| 79 | link | 79 | link |
| 80 | type="info" | 80 | type="info" |
| 81 | @click="handleDel(row)" | 81 | @click="handleDel(row)" |
| ... | @@ -218,7 +218,7 @@ function handleDel(row) { | ... | @@ -218,7 +218,7 @@ function handleDel(row) { |
| 218 | getList(); | 218 | getList(); |
| 219 | proxy.$modal.msgSuccess(res.msg); | 219 | proxy.$modal.msgSuccess(res.msg); |
| 220 | }).finally(() => { | 220 | }).finally(() => { |
| 221 | 221 | ||
| 222 | }); | 222 | }); |
| 223 | } | 223 | } |
| 224 | 224 | ||
| ... | @@ -253,4 +253,4 @@ function closeDialog() { | ... | @@ -253,4 +253,4 @@ function closeDialog() { |
| 253 | form: {} | 253 | form: {} |
| 254 | } | 254 | } |
| 255 | } | 255 | } |
| 256 | </script> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 256 | </script> | ... | ... |
| ... | @@ -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 | > |
| ... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
| 41 | </el-form> | 41 | </el-form> |
| 42 | <!-- 列表操作 --> | 42 | <!-- 列表操作 --> |
| 43 | <el-col :span="1.5"> | 43 | <el-col :span="1.5"> |
| 44 | <el-button | 44 | <el-button |
| 45 | type="primary" | 45 | type="primary" |
| 46 | plain | 46 | plain |
| 47 | icon="Plus" | 47 | icon="Plus" |
| ... | @@ -52,7 +52,7 @@ | ... | @@ -52,7 +52,7 @@ |
| 52 | </el-header> | 52 | </el-header> |
| 53 | <el-main id="max-height"> | 53 | <el-main id="max-height"> |
| 54 | <!-- 列表内容 --> | 54 | <!-- 列表内容 --> |
| 55 | <el-table | 55 | <el-table |
| 56 | v-loading="status.loading" | 56 | v-loading="status.loading" |
| 57 | :data="list" | 57 | :data="list" |
| 58 | :max-height="windowSize.height - 70" | 58 | :max-height="windowSize.height - 70" |
| ... | @@ -91,18 +91,18 @@ | ... | @@ -91,18 +91,18 @@ |
| 91 | 91 | ||
| 92 | <el-table-column :label="$t('upgradation.tableControlsName')" class-name="small-padding fixed-width"> | 92 | <el-table-column :label="$t('upgradation.tableControlsName')" class-name="small-padding fixed-width"> |
| 93 | <template #default="{ row }"> | 93 | <template #default="{ row }"> |
| 94 | <el-button | 94 | <el-button |
| 95 | v-if="row.status != 1" | 95 | v-if="row.status != 1" |
| 96 | link | 96 | link |
| 97 | type="text" | 97 | type="text" |
| 98 | @click="handleEdit(row)" | 98 | @click="handleEdit(row)" |
| 99 | >{{ $t('upgradation.controlsEditName') }}</el-button> | 99 | >{{ $t('upgradation.controlsEditName') }}</el-button> |
| 100 | <el-button | 100 | <el-button |
| 101 | link | 101 | link |
| 102 | type="text" | 102 | type="text" |
| 103 | @click="handleDel(row)" | 103 | @click="handleDel(row)" |
| 104 | >{{ $t('upgradation.controlsDelName') }}</el-button> | 104 | >{{ $t('upgradation.controlsDelName') }}</el-button> |
| 105 | <el-button | 105 | <el-button |
| 106 | v-if="row.status != 1" | 106 | v-if="row.status != 1" |
| 107 | link | 107 | link |
| 108 | type="text" | 108 | type="text" |
| ... | @@ -262,7 +262,7 @@ function handleDel(row) { | ... | @@ -262,7 +262,7 @@ function handleDel(row) { |
| 262 | getList(); | 262 | getList(); |
| 263 | proxy.$modal.msgSuccess(res.msg); | 263 | proxy.$modal.msgSuccess(res.msg); |
| 264 | }).finally(() => { | 264 | }).finally(() => { |
| 265 | 265 | ||
| 266 | }); | 266 | }); |
| 267 | } | 267 | } |
| 268 | 268 | ||
| ... | @@ -292,4 +292,4 @@ function closeDialog() { | ... | @@ -292,4 +292,4 @@ function closeDialog() { |
| 292 | form: {} | 292 | form: {} |
| 293 | } | 293 | } |
| 294 | } | 294 | } |
| 295 | </script> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 295 | </script> | ... | ... |
-
Please register or sign in to post a comment