Commit 715464d1 by pengbao666

cips优化,修复bug

parent 3d1640d8
......@@ -4,15 +4,15 @@
<el-form-item label="Name" prop="nam">
<el-input v-model="form.nam" clearable maxlength="30" placeholder="Please Enter Template Name"></el-input>
</el-form-item>
<el-form-item label="Text" prop="text">
<el-form-item label="Desc" prop="text">
<el-input class="textarea" type="textarea" maxlength="2000" :autosize="{minRows: 3, maxRows: 6}" v-model="form.text"></el-input>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
<el-button @click="closeDialog">Cancel</el-button>
<el-button type="primary" @click="saveTemplate"
>Save</el-button
>
<el-button @click="closeDialog">Cancel</el-button>
</div>
</el-dialog>
</template>
......
......@@ -124,7 +124,7 @@
<el-tab-pane label="预览" name="previewTab">
<div>
<div class="left">
<h3 class="title1">MX Message</h3>
<!-- <h3 class="title1">MX Message</h3> -->
<textarea class="textleft" readonly v-model="message"></textarea>
</div>
<!-- <div v-if="flag" class="right">
......
......@@ -21,6 +21,8 @@ tag:"MsgId",
type:"TextInput",
status:"M",
maxLength:"20",
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips: "1",
},
{
path:"0.0.1",
......@@ -235,6 +237,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -273,6 +276,9 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips: "1",
},
],
},
......@@ -327,6 +333,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -381,6 +388,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -426,6 +434,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -634,6 +643,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -734,6 +744,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......
......@@ -21,6 +21,8 @@ tag:"MsgId",
type:"TextInput",
status:"M",
maxLength:"35",
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips: "1",
},
{
path:"0.0.1",
......@@ -203,6 +205,9 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
//iscips 标识是否属于cips,若属于cips有特定的初始化规则
iscips:"1",
},
],
},
......@@ -257,6 +262,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -311,6 +317,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -356,6 +363,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -401,6 +409,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -501,6 +510,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -546,6 +556,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......@@ -591,6 +602,7 @@ tag:"MmbId",
type:"TextInput",
status:"M",
maxLength:"35",
ifaccount: "1",//是否需要填行号
},
],
},
......
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