Commit 88a3c47c authored by zhengke's avatar zhengke
parents dbdfde7e ce50e4f6
...@@ -327,6 +327,7 @@ ...@@ -327,6 +327,7 @@
<template> <template>
<div> <div>
<template v-if="CtObj.CType==1"> <template v-if="CtObj.CType==1">
<div class="TCdiv_content" :class="dialogVisible?'CisHideen':''"> <div class="TCdiv_content" :class="dialogVisible?'CisHideen':''">
<!-- 签字 --> <!-- 签字 -->
...@@ -1490,7 +1491,7 @@ ...@@ -1490,7 +1491,7 @@
消费者协会投诉电话{{CtObj.C_XFZXHTSTel}}。 消费者协会投诉电话{{CtObj.C_XFZXHTSTel}}。
</p> </p>
<p>协商或投诉调解不成的,按下列第 <font>{{CtObj.C_SolveType}}</font>种方式解决:</p> <p>协商或投诉调解不成的,按下列第 <font>{{CtObj.C_SolveType}}</font>种方式解决:</p>
<p>1.将争议提交<span>&nbsp;&nbsp;\&nbsp;&nbsp;</span>仲裁委员会仲裁;</p> <p>1.将争议提交<font>{{CtObj.C_SolveRemark}}</font>仲裁委员会仲裁;</p>
<p>2.依法向人民法院提起民事诉讼。</p> <p>2.依法向人民法院提起民事诉讼。</p>
<h3>其他约定</h3> <h3>其他约定</h3>
<div style="border: 1px solid #000;min-height: 300px;padding:5px; "> <div style="border: 1px solid #000;min-height: 300px;padding:5px; ">
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -194,11 +194,11 @@ export default { ...@@ -194,11 +194,11 @@ export default {
return { return {
modeList: [ modeList: [
{ {
name: "小程序", name: "APP",
id: 1 id: 1
}, },
{ {
name: "APP", name: "小程序",
id: 2 id: 2
} }
], ],
......
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