|
|
@@ -11,22 +11,6 @@
|
|
11
|
11
|
</a-row>
|
|
12
|
12
|
<a-row>
|
|
13
|
13
|
<a-col :span="12">
|
|
14
|
|
- <a-form-item class="form-item" label="索引号" name="indexNumber" :label-col="{ span: 10 }">
|
|
15
|
|
- <a-input placeholder="自动生成" style="width: 250px" :disabled="true" v-model:value="formState.indexNumber" />
|
|
16
|
|
- </a-form-item>
|
|
17
|
|
- </a-col>
|
|
18
|
|
- <a-col :span="12">
|
|
19
|
|
- <a-form-item class="form-item" label="主题分类" name="subjectClassificationId" :label-col="{ span: 10 }">
|
|
20
|
|
- <!-- <a-input style="width: 250px" :disabled="disabled" v-model:value="formState.subjectClassificationId" /> -->
|
|
21
|
|
- <a-select :disabled="disabled" style="width: 250px" v-model:value="formState.subjectClassificationId">
|
|
22
|
|
- <a-select-option :value="1"></a-select-option>
|
|
23
|
|
- <a-select-option :value="0"></a-select-option>
|
|
24
|
|
- </a-select>
|
|
25
|
|
- </a-form-item>
|
|
26
|
|
- </a-col>
|
|
27
|
|
- </a-row>
|
|
28
|
|
- <a-row>
|
|
29
|
|
- <a-col :span="12">
|
|
30
|
14
|
<a-form-item class="form-item" label="发布机构" name="publishInstitution" :label-col="{ span: 10 }">
|
|
31
|
15
|
<a-input style="width: 250px" :disabled="disabled" v-model:value="formState.publishInstitution" />
|
|
32
|
16
|
</a-form-item>
|
|
|
@@ -53,6 +37,22 @@
|
|
53
|
37
|
</a-form-item>
|
|
54
|
38
|
</a-col>
|
|
55
|
39
|
</a-row>
|
|
|
40
|
+ <a-row>
|
|
|
41
|
+ <a-col :span="12">
|
|
|
42
|
+ <a-form-item class="form-item" label="索引号" name="indexNumber" :label-col="{ span: 10 }">
|
|
|
43
|
+ <a-input placeholder="自动生成" style="width: 250px" :disabled="true" v-model:value="formState.indexNumber" />
|
|
|
44
|
+ </a-form-item>
|
|
|
45
|
+ </a-col>
|
|
|
46
|
+ <!-- 暂时注销 -->
|
|
|
47
|
+ <!-- <a-col :span="12">
|
|
|
48
|
+ <a-form-item class="form-item" label="主题分类" name="subjectClassificationId" :label-col="{ span: 10 }">
|
|
|
49
|
+ <a-select :disabled="disabled" style="width: 250px" v-model:value="formState.subjectClassificationId">
|
|
|
50
|
+ <a-select-option :value="1"></a-select-option>
|
|
|
51
|
+ <a-select-option :value="0"></a-select-option>
|
|
|
52
|
+ </a-select>
|
|
|
53
|
+ </a-form-item>
|
|
|
54
|
+ </a-col> -->
|
|
|
55
|
+ </a-row>
|
|
56
|
56
|
<!-- -->
|
|
57
|
57
|
</div>
|
|
58
|
58
|
|
|
|
@@ -135,7 +135,7 @@ export default {
|
|
135
|
135
|
const formState = ref({
|
|
136
|
136
|
title: '',
|
|
137
|
137
|
indexNumber: '',
|
|
138
|
|
- subjectClassificationId: '',
|
|
|
138
|
+ // subjectClassificationId: '', 暂时注销
|
|
139
|
139
|
documentDate: '',
|
|
140
|
140
|
documentNumber: '',
|
|
141
|
141
|
publishInstitution: '',
|