Commit 08f0d240 by 彭祥礼

菜单整理

parent 0ef3cc98
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
</template> </template>
</s-table> </s-table>
<!----弹框--> <!----弹框-->
<a-modal :title="add ?'添加正则配置': '编辑正则配置'" :visible="modifyvisible" @ok="createfunctionOk" @cancel="createfunctionCancel" html-type="submit" width="1024px"> <a-modal :title="add ?'添加楼长KPI': 'KPI打分'" :visible="modifyvisible" @ok="createfunctionOk" @cancel="createfunctionCancel" html-type="submit" width="1024px">
<a-form :form="Formtable"> <a-form :form="Formtable">
<a-form-item :labelCol="{span: 5}" :wrapperCol="{span: 9, offset: 1}" label="姓名:"> <a-form-item :labelCol="{span: 5}" :wrapperCol="{span: 9, offset: 1}" label="姓名:">
<a-input placeholder="姓名" v-decorator="[ 'sysuName', {rules: [{ required: true, message: '姓名不能为空!' }]} ]" :disabled="isdisabled"/> <a-input placeholder="姓名" v-decorator="[ 'sysuName', {rules: [{ required: true, message: '姓名不能为空!' }]} ]" :disabled="isdisabled"/>
......
...@@ -125,13 +125,10 @@ ...@@ -125,13 +125,10 @@
<a-form-item :labelCol="{span: 5}" :wrapperCol="{span: 9, offset: 1}" label="正则验证名:"> <a-form-item :labelCol="{span: 5}" :wrapperCol="{span: 9, offset: 1}" label="正则验证名:">
<a-select v-model="regularName" style="width: 330px"> <a-select v-model="regularName" style="width: 330px">
<a-select-option @click="regularsName('请选择')" value="请选择">请选择</a-select-option> <a-select-option @click="regularsName('请选择')" value="请选择">请选择</a-select-option>
<a-select-option @click="regularsName(item)" v-for="item in regulars" :value="item.regularId"> <a-select-option @click="regularsName(item)" v-for="item in regulars" :value="item.regularId">{{item.regularName}}</a-select-option>
{{item.regularName}}
</a-select-option>
</a-select> </a-select>
<a @click="visibleT2 = true">详情</a>
</a-form-item> </a-form-item>
<div v-show="!add"> <div>
<a-form-item :labelCol="{span: 5}" :wrapperCol="{span: 9, offset: 1}" label="状态"> <a-form-item :labelCol="{span: 5}" :wrapperCol="{span: 9, offset: 1}" label="状态">
<a-select placeholder="状态" v-decorator="[ 'productState']"> <a-select placeholder="状态" v-decorator="[ 'productState']">
<a-select-option key="0">正常</a-select-option> <a-select-option key="0">正常</a-select-option>
...@@ -362,7 +359,6 @@ ...@@ -362,7 +359,6 @@
this.universityName = '请选择' this.universityName = '请选择'
this.regularName = "请选择"; this.regularName = "请选择";
} }
this.modifyvisible = true; this.modifyvisible = true;
}, },
createfunctionOk() { createfunctionOk() {
...@@ -430,6 +426,9 @@ ...@@ -430,6 +426,9 @@
that.modelData.productUniversity = '' that.modelData.productUniversity = ''
that.modelData.universityId = '' that.modelData.universityId = ''
that.modelData.productIntroductionPic2 = '' that.modelData.productIntroductionPic2 = ''
that.productIntroduction = ''
that.productSetMealIntroduction= ''
that.productRf2=''
this.Formtable.setFieldsValue({ this.Formtable.setFieldsValue({
productMeal: '', productMeal: '',
productTitle: '', productTitle: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment