guhongwei 1 year ago
parent
commit
b17dadeb94

+ 13 - 15
src/views/dock/parts/c-achieve.vue

@@ -1,20 +1,18 @@
 <template>
-  <div id="detail">
+  <div id="c-achieve">
     <el-row>
-      <el-col :span="24" class="main" v-loading="loading">
-        <el-col :span="24" class="one">
-          <cForm :span="24" :fields="formFields" :form="form" :rules="rules" @save="onSubmit" @dataChange="dataChange">
-            <template #province>
-              <el-option v-for="(i, index) in provinceList" :key="index" :label="i.label" :value="i.value"></el-option>
-            </template>
-            <template #city>
-              <el-option v-for="(i, index) in cityList" :key="index" :label="i.label" :value="i.value"></el-option>
-            </template>
-            <template #status>
-              <el-option v-for="(i, index) in statusList" :key="index" :label="i.label" :value="i.value"></el-option>
-            </template>
-          </cForm>
-        </el-col>
+      <el-col :span="24" class="achieve" v-loading="loading">
+        <cForm :span="24" :fields="formFields" :form="form" :rules="rules" @save="onSubmit" @dataChange="dataChange">
+          <template #province>
+            <el-option v-for="(i, index) in provinceList" :key="index" :label="i.label" :value="i.value"></el-option>
+          </template>
+          <template #city>
+            <el-option v-for="(i, index) in cityList" :key="index" :label="i.label" :value="i.value"></el-option>
+          </template>
+          <template #status>
+            <el-option v-for="(i, index) in statusList" :key="index" :label="i.label" :value="i.value"></el-option>
+          </template>
+        </cForm>
       </el-col>
     </el-row>
   </div>

+ 10 - 12
src/views/dock/parts/c-channel.vue

@@ -1,17 +1,15 @@
 <template>
-  <div id="detail">
+  <div id="c-channel">
     <el-row>
-      <el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
-        <el-col :span="24" class="two">
-          <cForm :span="24" :fields="formFields" :form="form" :rules="rules" @save="onSubmit">
-            <template #channel_type>
-              <el-option v-for="(i, index) in typeList" :key="index" :label="i.label" :value="i.value"></el-option>
-            </template>
-            <template #status>
-              <el-option v-for="(i, index) in statusList" :key="index" :label="i.label" :value="i.value"></el-option>
-            </template>
-          </cForm>
-        </el-col>
+      <el-col :span="24" class="channel" v-loading="loading">
+        <cForm :span="24" :fields="formFields" :form="form" :rules="rules" @save="onSubmit">
+          <template #channel_type>
+            <el-option v-for="(i, index) in typeList" :key="index" :label="i.label" :value="i.value"></el-option>
+          </template>
+          <template #status>
+            <el-option v-for="(i, index) in statusList" :key="index" :label="i.label" :value="i.value"></el-option>
+          </template>
+        </cForm>
       </el-col>
     </el-row>
   </div>

+ 2 - 2
src/views/dock/parts/c-train.vue

@@ -1,7 +1,7 @@
 <template>
-  <div id="detail">
+  <div id="c-train">
     <el-row>
-      <el-col :span="24" class="main animate__animated animate__backInRight" v-loading="loading">
+      <el-col :span="24" class="train" v-loading="loading">
         <el-col :span="24" class="two">
           <cForm :span="24" :fields="formFields" :form="form" :rules="rules" @save="onSubmit" @dataChange="dataChange">
             <template #province>