|
@@ -1,7 +1,7 @@
|
|
<!--
|
|
<!--
|
|
* @Author: Liugh
|
|
* @Author: Liugh
|
|
* @Date: 2021-05-26 15:09:38
|
|
* @Date: 2021-05-26 15:09:38
|
|
- * @LastEditTime: 2021-05-28 09:55:10
|
|
|
|
|
|
+ * @LastEditTime: 2021-05-28 15:31:18
|
|
* @LastEditors: Do not edit
|
|
* @LastEditors: Do not edit
|
|
* @FilePath: \auth-web\src\pages\log-manage\err-auth-earlywarning-manage\edit.vue
|
|
* @FilePath: \auth-web\src\pages\log-manage\err-auth-earlywarning-manage\edit.vue
|
|
* @Description:
|
|
* @Description:
|
|
@@ -20,7 +20,7 @@
|
|
<dg-select
|
|
<dg-select
|
|
v-model="form.state"
|
|
v-model="form.state"
|
|
placeholder="请选择方案状态"
|
|
placeholder="请选择方案状态"
|
|
- code="DM_APPLY_STATUS"
|
|
|
|
|
|
+ enum="ProgrammeStateEnum"
|
|
style="width: 100%"
|
|
style="width: 100%"
|
|
clearable
|
|
clearable
|
|
>
|
|
>
|